@charset "UTF-8";

/*通用代码*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-family: '微软雅黑';
	min-width: 1300px;
	overflow-x: hidden;
}

img {
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

dl,
dt,
dd,
ol,
ul,
li,
from,
input,
select,
span,
p,
div {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.clear {
	clear: both;
}

a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #089b42;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: normal;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.auto-inner {
	width: 92%;
	max-width: 1650px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainhovercolor a:hover {
	color: #089b42;
}

.title {
	text-align: center;
	font-size: 40px;
	color: #343c37;
}

.title i {
	color: #089b42;
}

.title span {
	font-size: 18px;
	color: #666666;
	display: block;
	margin-top: 5px;
}

/*抬头*/
.header {
	height: 110px;
	position: relative;
}

.hlogo {
	font-size: 0;
	margin-top: 25px;
}

.hlogo p {
	display: inline-block;
	vertical-align: middle;
}

.hlogo p+p {
	margin-left: 5px;
}

.hlogo b {
	display: block;
	font-size: 22px;
	color: #343c37;
	line-height: 30px;
	margin-bottom: 7px;
}

.hlogo em {
	font-size: 14px;
	color: #343c37;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin-top: 3px;
}

.hline {
	width: 1px;
	height: 110px;
	background: #eeeeee;
	margin: 0 22px;
}

.hemean {
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}

.hemean b {
	display: block;
	font-size: 22px;
	color: #089b42;
	margin-bottom: 3px;
}

.nav {
	font-size: 0;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	transition: all .3s ease;
}

.nav li>a {
	display: block;
	line-height: 110px;
	font-size: 16px;
	color: #343c37;
}

.nav li.cur>a,
.nav li:hover>a {
	color: #089b42;
}

.htel {
	margin-right: 12px;
}

.htel,
.hsearch {
	margin-top: 30px;
	position: relative;
}

.htel .dropcode {
	padding: 20px;
	background: #fff;
	white-space: nowrap;
	font-size: 25px;
	font-weight: bold;
	font-family: arial;
	color: #089b42;
}
.htel .dropcodetel{
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    vertical-align: middle;
}
.htel>span,
.hsearch>span {
	display: inline-block;
	border-radius: 50%;
	background: #089b42;
	cursor: pointer;
    vertical-align: middle;
}

.dropcode {
	position: absolute;
	top: 110%;
	right: 0;
	transition: all .3s ease;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.htel:hover .dropcode,
.hsearch:hover .dropcode {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.dropmenu {
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	top: 110%;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease;
	z-index: 333;
	padding: 10px 0;
	text-align: center;
}

.dropmenu table td table {
	display: none;
}

.dropmenu a,
.dropmenu table td a {
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.dropmenu a+a {
	margin-left: 100px;
}

.dropmenu table,
.dropmenu table tbody {
	width: 100% !important;
	display: block;
}

.dropmenu table tr {
	display: inline-block;
}

.dropmenu a:hover {
	color: #089b42;
}

.dropmenu table tr+tr {
	margin-left: 25px;
}

.nav li:hover .dropmenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.search {
	width: 700px;
	background: #fff;
	padding: 20px;
	box-sizing: content-box;
}

.hsecond {
	position: relative;
}

.search-bg {
	width: 680px;
	margin: 0 auto;
	height: 40px;
	padding-left: 20px;
	border-radius: 30px;
	border: 1px solid #ddd;
}

.search-bg input {
	float: left;
}

#infoname {
	border: none;
	height: 40px;
	width: 635px;
}

#soo {
	margin-top: 12px;
}

.keywords {
	margin-top: 10px;
	text-align: center;
}

.keywords,
.keywords a {
	font-size: 13px;
	color: #666;
	line-height: 40px;
}

.keywords span {
	color: #222;
}

.keywords a:hover {
	color: #089b42;
}

.header {
	max-width: 1650px;
	margin: 0 auto;
}

@media screen and (max-width:1500px) {
    .hline{
        margin: 0 5px;
    }
	.nav li {
		margin-right: 15px;
	}
}

@media screen and (max-width:1350px) {
	.nav li {
		margin-right: 10px;
	}
}

/*幻灯片*/
.banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	background: #000;
}

.banner-box {
	min-width: 1300px;
	height: 800px;
	position: relative;
	margin: 0 auto;
}

.banner-box .bd,
.banner-box .bd ul {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100% !important;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100%;
	height: 80%;
	position: relative;
	z-index: 9;
}

.banner-btn {
	width: 100%;
	position: absolute;
	top: 280px;
	left: 0;
	margin-left: 0;
	height: 460px;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 30px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	z-index: 9;
}

.banner-btn a.prev {
	left: -50px;
	background: url(../images/20201020163353_312781019.png) no-repeat 0 0;
}

.banner-btn a.next {
	right: -50px;
	background: url(../images/20201020163353_312781019.png) no-repeat -49px 0;
}

.banner-box .hd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	text-align: center
}

.banner-box .hd ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
	opacity: 0.8;
}

.banner-box .hd ul li.on {
	background: #089b42;
	border-radius: 8px;
	width: 70px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.bannerbg {
	position: absolute;
	width: 100%;
	height: 132px;
	/*background: url(../images/20201020165232_1739216753.png) no-repeat center;*/
	left: 0;
	bottom: 0;
	z-index: 3;
}

/*景浩 · 服务项目*/
.product {
	height: auto;
	padding-top: 60px;
	background: url(../images/20201021113318_1466892848.jpg) no-repeat center;
}

.procenter {
	margin-top: 35px;
}

.projt {
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}

.projt i {
	display: inline-block;
	vertical-align: top;
	background: #089b42;
	cursor: pointer;
}

.projt i+i {
	margin-left: 20px;
	background: #ff8f0a;
}

.projt i:hover {
	background: #068438;
}

.projt i+i:hover {
	background: #e18313;
}

.procenter {
	margin-top: 35px;
}

.procon li {
	width: 312px;
	height: 392px;
	background: #fff;
	margin: 0 7px 5px 7px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	box-shadow: 0 0 5px #eee;
}

.prowa span {
	display: block;
	padding: 30px 0 10px 0;
	font-size: 22px;
	color: #089b42;
}

.probtn {
	margin-top: 20px;
}

.probtn a {
	display: inline-block;
	width: 130px;
	line-height: 37px;
	border-radius: 20px;
	background: #f3f3f3;
	font-size: 13px;
	color: #999999;
	transition: all .3s ease;
}

.procon li:hover .probtn a {
	background: #089b42;
	color: #fff;
}

.propic {
	overflow: hidden;
}

.propic img {
	transition: all .6s ease;
}

.procon li:hover .propic img {
	transform: scale(1.1);
}

.bfjwkcp {
	width: 100%;
}

.protop {
	margin: 50px 0 40px 0;
	border-bottom: 1px solid #e7e7e7;
}

.protop ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.protop ul li {
	width: 13%;
	text-align: center;
	background: #f3f3f3;
	padding-top: 0;
	position: relative;
}

.prodropclass {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 100%;
	left: 0;
	max-height: 0;
	transition: all .4s ease;
	overflow: hidden;
}

.protop ul li:hover .prodropclass {
	max-height: 1000px;
}

.prodropclass table,
.prodropclass tbody,
.prodropclass td,
.prodropclass tr {
	display: block;
	width: 100%;
}

.prodropclass a {
	line-height: 39px;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	text-align: center;
	font-size: 14px;
	color: #666;
	transition: all .3s ease;
}

.prodropclass a:hover {
	background: #089b42;
	color: #fff;
}

.protop ul li img {
	border: 2px solid #dedede;
}

.protop ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.protop ul li span {
	display: block;
	line-height: 70px;
	font-size: 18px;
	color: #666;
}

.protop ul li:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #089b42;
	transition: all .3s ease;
}

.protop ul li.on:after {
	width: 164px;
}

.protop ul li.on span {
	color: #089b42;
}

.protop ul li.on img {
	border-color: #089b42;
}

.proshow {
	padding: 0;
}

.proshow ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.proshow li {
	width: 24.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.proshow li:nth-child(4n) {
	margin-right: 0;
}

.proshow .prolist {
	padding: 0;
}

.proshow .prolist+.prolist {
	margin-left: 1.9%;
}

.proshow .prolist a,
.proshow .prolist span {
	display: block;
	position: relative;
	overflow: hidden;
}

.proshow .prolist>span {
	width: 100% !important;
	position: relative;
	background: #f9f9f9;
}

.proshow .prolist>a {
	border: 1px solid #ebebeb;
}

.proshow .prolist br {
	display: none;
}

.proshow .prolist span a {
	line-height: 69px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666666;
	padding: 0 45px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s ease;
	position: relative;
	z-index: 9;
}

.proshow .prolist span a:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 12px;
	background: url(../uploadfile/image/20210329/20210329135050_152340919.png) no-repeat left center;
	transition: all .3s ease;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.proshow .prolist span:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #089b42;
	/*background:linear-gradient(to bottom,#ff3e3e,#ae0808); */
	transition: all .3s ease;
}

.proshow .prolist:hover span:after {
	height: 100%;
}

.proshow .prolist:hover span a:after {
	background-position-x: right;
}

.proshow .prolist a img {
	transition: all .6s ease;
	width: 100%;
	height: auto;
}

.proshow .prolist:hover a img {
	transform: scale(1.1);
}

.proshow .prolist:hover span a {
	color: #fff;
}

.proshow td {
	display: inline-block;
	padding: 0 !important;
	width: 23.5%;
}

.proshow td+td {
	margin-left: 1.9%;
}

.proshow tr {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.proshow tr+tr {
	margin-top: 2%;
}

.proshow td a,
.proshow td span {
	display: block;
	position: relative;
	overflow: hidden;
}

.proshow td>span {
	width: 100% !important;
	position: relative;
	background: #f9f9f9;
}

.proshow td>a {
	border: 1px solid #ebebeb;
}

.proshow td br {
	display: none;
}

.proshow td span a {
	line-height: 69px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666666;
	padding: 0 45px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s ease;
	position: relative;
	z-index: 9;
}

.proshow td span a:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 12px;
	background: url(../uploadfile/image/20210329/20210329135050_152340919.png) no-repeat left center;
	transition: all .3s ease;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.proshow td span:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background: #089b42;
	background: linear-gradient(to bottom, #ff3e3e, #ae0808);
	transition: all .3s ease;
}

.proshow td:hover span:after {
	height: 100%;
}

.proshow td:hover span a:after {
	background-position-x: right;
}

.proshow td a img {
	transition: all .6s ease;
	width: 100%;
	height: auto;
}

.proshow td:hover a img {
	transform: scale(1.1);
}

.proshow td:hover span a {
	color: #fff;
}

/*您是否也有同样的疑惑？*/
.problem {
	background: url(../images/20201021085124_2122738841.jpg)repeat;
	padding: 50px 0 70px 0;
}

.pbtitl {
	text-align: center;
	font-size: 40px;
	color: #222222;
}

.pbtitl span {
	display: block;
	font-size: 18px;
	color: #666666;
	margin: 5px 0 15px 0;
}

.pbtitl:after {
	content: '';
	display: block;
	width: 43px;
	height: 4px;
	background: #089b42;
	margin: 0 auto;
}

.pbul {
	font-size: 0;
	margin: 55px 0;
}

.pbul li {
	display: inline-block;
	width: 300px;
	height: 165px;
	position: relative;
	box-shadow: 0 0 10px #f3f3f3;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	transition: all .4s ease;
	background: #fff;
}

.pbul li span {
	display: block;
	font-size: 30px;
	color: #089b42;
	margin-bottom: 10px;
}

.pbul li p {
	position: relative;
	z-index: 98;
	margin: 30px 0 0 30px;
}

.pbul li+li {
	margin-left: 30px;
}

.pbul li:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 124px;
	background: url(../images/20201021112539_2005785361.png) no-repeat center;
	top: 25px;
	right: 18px;
}

.pbul li:hover {
	box-shadow: 0 0 20px #a2fac5;
}

.pbcon {
	text-align: center;
}

.pbcon p {
	font-size: 24px;
	color: #222222;
	margin-bottom: 20px;
}

.pbcon a {
	display: inline-block;
	width: 330px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	background: #089b42;
	border-radius: 10px;
}

.pbcon a:hover {
	background: #ff8f0a;
	background: linear-gradient(to right, #f3ae5c, #ff8f0a);
}

/*选择景浩园林四大优势*/
.advpic ul {
	height: 670px;
}

.adv {
	height: 1019px;
	padding-top: 60px;
	background: url(../images/20201021100508_730370035.jpg) no-repeat center;
}

.advtitl {
	text-align: center;
	font-size: 40px;
	color: #222222;
}

.advtitl i {
	color: #089b42;
}

.advtitl span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	margin: 15px 0;
}

.advtitl:after {
	content: '';
	display: block;
	width: 38px;
	height: 4px;
	background: #089b42;
	background: linear-gradient(to right, #089b42 50%, #ff8f0a 50%);
	margin: 0 auto;
}

.advcenter {
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 800px;
	background: #ffffff;
}

.adv_e {
	position: absolute;
	height: 100%;
	width: 110px;
	left: -110px;
	background: #fff;
	top: 0;
	text-align: center;
}

.adv_e img {
	padding-top: 50px;
}

.advtab {
	font-size: 0;
	width: 100%;
}

.advtab li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 130px;
	font-size: 22px;
	color: #222222;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

.adv_t em {
	display: block;
	font-size: 13px;
	color: #d3d3d3;
	text-transform: uppercase;
	margin-top: 5px;
}

.adv_t {
	padding: 35px 0 0 40px;
}

.advtab li:nth-child(2n) {
	background: #f2f2f2;
}

.advcon {
	position: absolute;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
	transition: all .3s ease;
	height: 0;
	z-index: 9;
	background: rgb(203 203 203 / 86%);
	color: #fff;
	overflow: hidden;
}

.advicon {
	position: absolute;
	width: 57px;
	height: 53px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 40px;
	background: url(../images/20201021104943_1243801471.png) no-repeat left top;
	transition: all .3s ease;
}

.advtab li:nth-child(2) .advicon,
.advtab li:nth-child(2) .advtopicon {
	background-position-x: -70px;
}

.advtab li:nth-child(3) .advicon,
.advtab li:nth-child(3) .advtopicon {
	background-position-x: -148px;
}

.advtab li:nth-child(4) .advicon,
.advtab li:nth-child(4) .advtopicon {
	background-position-x: -260px;
}

.advline:after,
.advline:before {
	content: '';
	display: block;
	right: 0;
	width: 0;
	position: absolute;
	height: 4px;
	background: #089b42;
	bottom: 0;
	transition: all .3s ease;
}

.advline:after {
	right: inherit;
	left: 0;
	background: #ff8f0a;
}

.advtab li.on .advline:after {
	width: 38px;
}

.advtab li.on .advcon {
	height: 670px;
}

.advtab li.on .advline:before {
	width: 285px;
}

.advtab li.on {
	color: #089b42;
}

.advtab li.on .advicon {
	background-position-y: -70px;
}

.advtab li.on .advcon {
	padding: 140px 30px;
}

.advtopicon {
	width: 57px;
	height: 70px;
	background: url(../images/20201021104943_1243801471.png) no-repeat left -149px;
}

.advtop_t {
	white-space: nowrap;
	font-size: 25px;
}

.advtop_t em {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

.advwa {
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;
}

.advwa p {
	position: relative;
	padding-left: 25px;
}

.advwa p:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background: #fff;
	top: 7px;
	width: 12px;
	height: 12px;
}

.advwa p+p {
	margin-top: 15px;
}

/*工程案例*/
.case {
	background: url(../images/20201021095106_1340182291.jpg)no-repeat center;
	height: auto;
	padding-top: 125px;
}

.casecon {
	margin-top: 35px;
}

.casecon td {
	display: inline-block;
	overflow: hidden;
	width: 425px;
	position: relative;
	padding: 0 !important;
}

.casecon td+td {
	margin-left: 12px;
}

.casecon tr+tr {
	display: block;
	margin-top: 20px;
}

.casecon td br {
	display: none;
}

.casecon td div {
	padding: 0 !important;
	margin-top: 4px;
	background: #f3f5f6;
}

.casecon td a {
	display: block;
}

.casecon td>a {
	border: 1px solid #eeeeee;
}

.casecon td div a {
	line-height: 65px;
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	background: #f8f8f8;
	color: #777;
	text-align: left;
}

.casecon td div a:after {
	content: '';
	display: block;
	position: absolute;
	width: 65px;
	height: 65px;
	right: 0;
	top: 0;
	background: #f1f1f1 url(../images/20201021094508_1490957662.png) no-repeat center;
}

.casecon td:hover div a {
	color: #089b42;
}

.casecon {
	margin-top: 40px;
}

.casecon table,
.casecon tr,
.casecon tbody {
	display: block;
	width: 100%;
}

.caseshow {
	margin: 50px auto 0 auto;
	width: 95%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.caseleft {
	width: 39.7%;
}

.caseright {
	width: 59.4%;
}

.caseshow .caselist a {
	display: block;
}

.caseshow .caselist a img {
	width: 100%;
	height: auto;
}

.caseshow .caselist br {
	display: none;
}

.caseshow .caselist {
	display: block;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
	margin-bottom: 1%;
}

.caseright .caselist {
	width: 32.4%;
}

.caseright .caselistbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.caseshow .caselist>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: -100%;
	left: 0;
	transition: all .3s ease;
	height: calc(100% - 60px);
	background: rgba(0, 0, 0, .68) url(../uploadfile/image/20210329/20210329135009_1568493597.png) no-repeat center;
}

.caseshow .caselist:hover>a:after {
	top: 0;
}

.caseright tr+tr {
	margin-top: 1.5%;
}

.caseshow .caselist div {}

.caseshow .caselist div a {
	position: absolute;
	width: 100%;
	line-height: 60px;
	text-align: center;
	background: #089b42;
	font-size: 16px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	bottom: -60px;
	transition: all .3s ease;
	z-index: 9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.caseshow .caselist:hover div a {
	bottom: 0;
}

.caseleft tr {
	display: block;
}

.box td>a {
	position: relative;
	overflow: hidden;
}

.box td>a img {
	transition: all .6s ease;
}

.box td:hover>a img {
	transform: scale(1.1);
}

.box td>a:after {
	transition: all .2s ease;
	content: '';
	display: block;
	position: absolute;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box td>a i {
	position: absolute;
	display: block;
	font-size: 15px;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .4s ease;
	width: 120px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	margin: auto;
	z-index: 99;
}

.box td:hover>a:after {
	opacity: 1;
}

.box td:hover>a i {
	opacity: 1;
}

.box td>a i:after,
.box td>a i:before {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all .8s ease;
	position: absolute;
}

.box td>a i:after {
	top: 0;
	left: 0;
	right: auto;
}

.box td>a i:before {
	bottom: 0;
	right: 0;
	left: auto;
}

.box td:hover>a i:after,
.box td:hover>a i:before {
	width: 100%;
}

.box td:hover span a:after {
	transform: rotate(360deg);
}

/*景浩 · 服务流程*/
.process {
	padding: 55px 0;
	background: #f8f8f8;
}

.pctab {
	margin: 40px 0 80px 0;
}

.pctab li {
	float: left;
	width: 16.6666%;
	height: 210px;
	background: #fff;
	transition: all .3s ease;
	position: relative;
	cursor: pointer;
}

.pctab li:nth-child(1) {
	border-radius: 20px 0 0 20px;
}

.pctab li:nth-child(6) {
	border-radius: 0 20px 20px 0;
}

.pctop {
	font-size: 18px;
	color: #999999;
	font-weight: lighter;
	text-align: center;
	padding-top: 48px;
	transition: all .3s ease;
}

.pctop:before {
	content: '';
	display: block;
	width: 34px;
	height: 2px;
	background: #cccccc;
	margin: 0 auto 28px auto;
}

.pctop span {
	display: block;
	width: 52px;
	height: 62px;
	background: url(../images/20201021094508_1329904347.png) no-repeat 0 0;
	margin: 0 auto;
	transition: all .5s ease;
}

.pctab li:nth-child(2) .pctop span {
	background-position-x: -82px;
}

.pctab li:nth-child(3) .pctop span {
	background-position-x: -169px;
}

.pctab li:nth-child(4) .pctop span {
	background-position-x: -259px;
}

.pctab li:nth-child(5) .pctop span {
	background-position-x: -342px;
}

.pctab li:nth-child(6) .pctop span {
	background-position-x: -412px;
}

.pctab .pcwa {
	position: absolute;
	top: 270px;
	left: 20px;
	font-size: 16px;
	font-weight: lighter;
	color: #999999;
	width: 450px;
	transition: all .5s ease;
	opacity: 0;
}

.pctab li.cur .pcwa {
	top: 250px;
	opacity: 1;
}

.pctab li+li:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 118px;
	background: #eeeeee;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pctab li:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 26px;
	height: 10px;
	opacity: 0;
	transition: all .3s ease;
	background: url(../images/20201021094508_833143711.png) no-repeat center;
}

.pctab li.cur {
	background: #089b42;
}

.pctab li.cur .pctop {
	color: #d3f0de;
}

.pctab li.cur .pctop span {
	background-position-y: -79px;
}

.pctab li.cur:before {
	opacity: 1;
	bottom: -10px;
}

.pctab li.cur:after {
	display: none;
}

/*关于我们*/
.about {
	height: 773px;
	background: url(../images/20201021090340_1610857822.jpg) no-repeat center;
	overflow: hidden
}

.ableft {
	width: 700px;
	margin-top: 180px;
	color: #fff;
}

.ab_t {
	font-size: 18px;
	font-weight: lighter;
    margin-bottom: 25px;
}

.ab_t b {
	display: block;
	font-size: 36px;
	margin-bottom: 10px;
	color: #19c85e;
}


.abpic {
	/*margin: 25px 0;*/
}
.abwa{
    padding: 5px 10px;
    background: #ffffffd9;
}
.abwa p {
	font-size: 16px;
	color: #000000;
	line-height: 35px;
	text-indent: 2em;
}

.abbtn {
	font-size: 0;
	margin-top: 560px;
}

.abbtn a {
	display: inline-block;
	vertical-align: top;
	width: 148px;
	height: 100px;
	box-shadow: 0 0 15px #eee;
	font-size: 16px;
	color: #666666;
	transition: all .3s ease;
	font-weight: lighter;
	text-align: center;
	background: #fff;
}

.abbtn a+a {
	margin-left: 20px;
}

.abbtn a span {
	display: inline-block;
	padding-top: 65px;
}

.abbtn a:nth-child(1) span {
	background: url(../images/20201021090804_1450250479.png) no-repeat center 20px;
}

.abbtn a:nth-child(2) span {
	background: url(../images/20201021090804_1215671862.png) no-repeat center 20px;
}

.abbtn a:nth-child(3) span {
	background: url(../images/20201021090804_558330765.png) no-repeat center 20px;
}

.abbtn a:hover {
	box-shadow: 0 0 15px #ccc;
}

/*施工团队*/
.qyxx {
	padding-top: 57px;
	height: auto;
	background: url(../images/20201021092338_998912339.jpg) no-repeat center;
}

.qycenter {
	margin-top: 35px;
}

.qyxx table,
.qyxx tbody,
.qyxx tr,
.qyxx td {
	display: block;
}

.qyxx td {
	margin-right: 0.5;
	width: 24.5%;
}

.qyxx td,
.qyxx td div {}

.qyxx td br {
	display: none;
}

.qyxx td a {
	display: block;
	overflow: hidden;
}

.qyxx td>a img {
	width: 100%;
	height: auto;
	transition: all .6s ease;
}

.qyxx td div a {
	line-height: 47px;
	background: #f6f6f6;
	text-align: center;
	font-size: 14px;
	color: #999999;
	transition: all .3s ease;
}

.qyxx td:hover div a {
	background: #089b42;
	color: #fff;
}

.qyxx td:hover img {
	transform: scale(1.1);
}

/*景浩 · 新闻聚焦*/
.news {
	background: url(../images/20201021085124_2122738841.jpg)repeat;
	padding: 50px 0 60px 0;
}

.newstab {
	font-size: 0;
	margin: 42px 0;
	text-align: center;
}

.newstab a {
	display: inline-block;
	width: 160px;
	line-height: 52px;
	border-radius: 6px;
	background: #f2f2f2;
	text-align: center;
	font-size: 18px;
	color: #222;
	transition: all .3s ease;
}

.newstab a.on {
	background: #089b42;
	color: #fff;
}

.newstab a+a {
	margin-left: 36px;
}

.newscon .news_div_item {
	float: left;
	width: 32%;
	position: relative;
	background: #fff;
}

.newscon .news_div_item+.news_div_item {
	margin-left: 1%;
}

.newscon .news_div_item_pic img {
	width: 100%;
	height: auto;
	transition: all .6s ease;
}

.newscon .news_div_item_pic {
	overflow: hidden;
	margin-bottom: 263px;
}

.newscon .news_div_item_date {
	position: absolute;
	width: 102px;
	height: 102px;
	box-sizing: border-box;
	background: #089b42;
	padding: 20px;
	font-size: 0;
	text-align: center;
	border-radius: 0 8px 0 8px;
	left: 3px;
	bottom: 266px;
	z-index: 9;
}

.newscon .news_div_item_date>div {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.newscon .news_div_item_date>div.news_div_item_year {
	font-size: 30px;
}

.newscon .news_div_item_content {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	border: 1px solid #eeeeee;
	height: 263px;
	padding: 40px 30px 0 30px;
}

.newscon .news_div_item_a {
	font-size: 18px;
	color: #333333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s ease;
}

.newscon .news_div_item_body {
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	padding: 25px 0 35px 0;
	border-bottom: 1px solid #eeeeee;
	height: 64px;
}

.newsbtn {
	margin-top: 27px;
}

.newsbtn .newicon {
	float: left;
	display: inline-block;
	width: 28px;
	height: 20px;
	background: url(../images/20201021085808_1900729246.png) no-repeat center;
}

.newsbtn .newmore {
	float: right;
	font-size: 14px;
	color: #888888;
	padding: 0 5px 10px 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #cdcdcd;
	transition: all .3s ease;
}

.newscon .news_div_item:hover .newmore,
.newscon .news_div_item:hover .news_div_item_a {
	color: #089b42;
	border-color: #089b42;
}

.newscon .news_div_item:hover .news_div_item_pic img {
	transform: scale(1.1);
}

/*版权*/
.links {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	background: #089b42;
}

.links .w1300 {
	background: url(../images/20201021083411_1230701820.pn) no-repeat right center;
}

.links p.fl span {
	font-size: 30px;
	font-family: arial;
	text-transform: uppercase;
	padding-right: 5px;
}

.crcenter {
	background: url(../images/20201021083411_1801861587.jpg)no-repeat bottom center;
	height: 542px;
}

.crcon {
	padding: 65px 0;
}

.kslj,
.crcode {
	font-size: 0;
}

.crcode li,
.kslj li {
	display: inline-block;
	vertical-align: top;
}

.kslj p {
	font-size: 16px;
	color: #666666;
}

.kslj p:after {
	content: '';
	display: block;
	margin: 20px 0 10px 0;
	width: 20px;
	height: 2px;
	background: #089b42;
}

.kslj a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
}

.kslj li {
	height: 185px;
	padding: 0 50px;
	border-left: 1px solid #ededed;
}

.crcode img {
	width: 137px;
	height: 137px;
	border: 1px solid #f4f1f1;
}

.crcode span {
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	background: #089b42;
}

.crcode li+li {
	margin-left: 30px;
}

.end {
	border-top: 1px solid rgba(237, 237, 237, .8);
	line-height: 25px;
	padding-top: 25px;
}

.end,
.end a {
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
}

.footer {
	background: #e0e0e0;
}
.footer .f_n_c .f_logo,.footer .f_n_c .f_txt{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}
.footer .f_n_c .f_logo img{
    max-width: 100%;
    margin: auto;
    display: block;
}
.footer .f_n_c .f_txt b {
    display: block;
    font-size: 20px;
    color: #343c37;
    line-height: 30px;
    margin-bottom: 7px;
    text-align: center;
}
.footer .f_n_c .f_txt em {
    font-size: 14px;
    color: #343c37;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-top: 3px;
    text-align: center;
}
.out-foot {

padding-top: 0;

padding-bottom: 20px;

/* border-bottom: 1px solid #0f7f3b; */

display: block;
}

.foot {
	margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.foot a {
	color: #ffffff;
}

.foot a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer .fla {
	display: inline-block;
	width: 22%;
}
.footer .flal{
    width: 15%;
}
.footer .flb {
	display: inline-block;
	width: 26%;
}

.footer .flc {
	display: inline-block;
	width: 15%;
}

.f_tit {}

.f_n_t {
	font-size: 20px;
	color: #000000;
	padding-bottom: 15px;
	margin-top: 18px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
	width: auto;
	display: inline-block;
}

.f_n_c {
	font-size: 18px;
	margin-top: 25px;
	color: #000000;
	line-height: 40px;
}

.f_n_c a {
	color: #000000;
	width: 50%;
	display: block;
	/*float: left;*/
	font-size: 18px;
}

.f_n_c ul li {
	width: 120px;
	float: left;
	margin-bottom: 20px;
}

.f_n_c ul li:hover a {
	color: #ff6600;
}

.f_n_c .ewm {
	background: url(../images/erweima.png) no-repeat top left;
	width: 132px;
	height: 132px;
	padding: 17px;
	margin-left: 10px;
}

.f_n_c .ewm:first-child {
	margin-left: 0px;
}
.flb .f_n_c a{
    float: inherit;
    display: inline-block;
}
.copyright {
	text-align: center;
	line-height: 30px;
	width: 100%;
	margin: 0 auto;
	background: #089b42;
	padding: 16px 0;
	display: inline-block;
}

.f_copy {
	width: 1200px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
}

.f_copy a {
	color: #ffffff;
	font-size: 14px;
}

.footenav {

	/*border-bottom: 1px solid #0b60b3;*/

	padding: 25px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.footenav a.naca {
	display: block;
	width: 100%;
}

.footenav .footernavspan {

color: #000;

font-size: 16px;

display: inline-block;

text-align: center;

padding: 10px 0;

/*background: #d3d3d3;*/

/*box-shadow: 0 0 1px 2px #fff;*/

width: 100%;
}

.footenav .footernavspan:last-child {}

/*footer*/


.head_top {
	height: 35px;
	background: #eee;
	line-height: 35px;
	min-width: 1650px;
	width: 100%;
}

.head_top p,
.head_top a {
	font-size: 14px;
	color: #8c8c8c;
}

.head_top p {
	float: left;
	margin-left: 6.6%;
}

.head_top span {
	float: right;
	margin-right: 6.8%;
}


.solution {padding-top: 0;}

.solution .stitle { text-align:center; font-family: "Microsoft YaHei", SimSun, SimHei;}
.solution .stitle .sth3{ color:#313131; font-size:28px; line-height: 40px; padding-top:25px; display:inline-block;}
.solution .stitle .sdesc{ color:#6F6F6F; font-size:20px; line-height: 40px;}
.solution .sclass {}
.solution .sntophi{
    padding-top: 35px;
}
.solution .sclass li{ width:300px; float:left; font-size:16px; font-family: "Microsoft YaHei", SimSun, SimHei;}
.solution .sclass li p{ height:35px; line-height:35px;}
.main {font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial; }
.main .tit {height: 28px; text-align: center; margin-bottom: 40px; overflow: hidden; margin-top: 10px; }
.main .tit .line { width: 100%; height: 1px; font-size: 0; background-color: #ddd; margin-top: 13px; }
.main .tit h6 { display: inline-block; height: 38px; line-height: 28px; font-size: 26px; color: #333; padding: 0 20px; background-color: #fff; font-weight: 400; margin-top: -14px; overflow: hidden; }
.mainht { height: 30px; margin:20px 0 10px 0; font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, é»‘ä½“;}
.mainht h2 { font-size:22px; padding:0 12px; font-weight: 500; display:inline-block; text-align: left; color: #000; background: url("../images/tbgn.jpg") 0px 0px no-repeat;}
.mainht h3 { font-size: 14px; color:#666; font-weight:500;}
.snccon { margin: 0 auto; }
.snccon .con-li { width: 208px; height: 52px; border: 1px solid #d7d8d9; float: left; background: #fff; margin: 0 15px 30px; cursor: pointer; text-align: center; position: relative; }
.snccon .con-li .tlogo { display: inline-block; width: 20px; height: 20px; position: relative; top: 4px; right: 10px; }
.snccon .con-li:hover { background: #ebebec;}
.snccon .con-li .titc { display: inline-block; height: 52px; line-height: 52px; font-size: 16px; color: #333; margin-left: 12px; }
.sntoph { width: 1200px; margin: 0 auto; overflow: hidden; font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial; }
.sntoph .title { width: 1200px; height: 40px; overflow: hidden; margin-bottom: 32px; }
.sntoph .title .linetop { display: inline-block; width: 2px; height: 24px; background: #089b42; position: relative; top: 4px; }
.sntoph .title .tittop { display: inline-block; height: 40px; line-height: 40px; font-size: 24px; color: #333; padding-left: 10px; }
.sntoph .tab { height: 39px; border-bottom: 1px #ddd solid; margin-bottom: 30px; display: none; }
.sntoph .tab .tab-nav { height: 40px; overflow: hidden; }
.sntoph .list { width: 1218px; overflow: hidden; }
.sntoph .list .list-li { width: 384px; float: left; border: 1px solid #d7d8d9; height: 498px; overflow: hidden; margin-right: 20px; margin-bottom: 30px; background: #fff; }
.sntoph .list .list-li:hover { border: 1px solid #999;}
.sntoph .list .list-li .alllink { display: block; width: 384px; height: 498px; overflow: hidden; text-decoration: none !important; color:#666}
.sntoph .list .list-li .alllink .gray { height: 111px; overflow: hidden; padding: 31px 48px 0 129px; }
.sntoph .list .list-li .alllink .three { overflow: hidden; height: 118px; }
.sntoph .list .list-li .alllink .three .three-li { float: left; padding-top: 17px; }
.sntoph .list .list-li .alllink .three .three-li .st { height: 18px; line-height: 18px; font-size: 14px; color: #999; }
.sntoph .list .list-li .alllink .three .three-li .pri { height: 22px; line-height: 22px; font-size: 12px; color: #333; }
.sntoph .list .list-li .alllink .three li{ margin-left:15px; }
.sntoph .list .list-li .alllink .three .sp { width: 100px; padding-left:10px; }
.sntoph .list .list-li .alllink .three .sp1 { width: 100px; }
.sntoph .list .list-li .alllink .three .sp2 { width: 110px; }
.sntoph .list .list-li .alllink .three .l { float: left; width: 1px; margin: 20px 0; background: #d7d8d9; height: 38px; }
.sntoph .list .list-li .alllink .pic { display: block; width: 286px; height: 145px; border: 1px solid #d7d8d9; margin: 0 auto 35px; }
.sntoph .list .list-li .alllink .bt { overflow: hidden; text-align: center; }
.sntoph .list .list-li .alllink .gray .li-tit { height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; margin-bottom: 4px; }
.sntoph .list .list-li .alllink .gray .li-info { line-height: 22px; font-size: 12px; color: #666; }
.sntoph .list .list-li .alllink .bt { overflow: hidden; text-align: center; }
.sntoph .list .list-li .alllink .bt .y-btn-blue.y-btn-s { line-height: 24px!important; padding: 0!important; }
.sntophi .list { overflow: hidden;margin:0;padding:0; }
.sntophi .list .list-li { width: 24%; float: left; border: 1px solid #d7d8d9;  overflow: hidden; margin-right: 1%; margin-bottom: 10px; background: #fff; }
.sntophi .list .list-li:nth-child(4n){
    margin-right: 0;
}
.sntophi .list .list-li:hover { border: 1px solid #999;}
.sntophi .list .list-li .alllink { display: block; width: 100%;  overflow: hidden; text-decoration: none !important; color:#666}
.sntophi .list .list-li .alllink .gray { height: 120px; overflow: hidden; padding: 30px 25px 15px 90px; }
.sntophi .list .list-li .alllink .three { overflow: hidden; height: 128px; padding: 0;}
.sntophi .list .list-li .alllink .three .three-li { float: left; padding-top: 17px; }
.sntophi .list .list-li .alllink .three .three-li .st {  line-height: 2; font-size: 20px; color: #089b42; }
.sntophi .list .list-li .alllink .three .three-li .pri {  line-height: 2; font-size: 16px; color: #333; }
.sntophi .list .list-li .alllink .three li{ margin-left:15px; }
.sntophi .list .list-li .alllink .three .sp { padding-left:15px; }
.sntophi .list .list-li .alllink .three .sp1 { width: 100px; }
.sntophi .list .list-li .alllink .three .sp2 { width: 110px; }
.sntophi .list .list-li .alllink .three .l { float: left; width: 1px; margin: 20px 0; background: #d7d8d9; height: 38px; }
.sntophi .list .list-li .alllink .pic { display: block; width: 90%;  border: 1px solid #d7d8d9; margin: 0 auto 25px; }
.sntophi .list .list-li .alllink .bt { overflow: hidden; text-align: center; }
.sntophi .list .list-li .alllink .gray .li-tit { height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; margin-bottom: 4px; }
.sntophi .list .list-li .alllink .gray .li-info { line-height: 22px; font-size: 15px; color: #666; }
.sntophi .list .list-li .alllink .bt { overflow: hidden; text-align: center; }
.sntophi .list .list-li .alllink .bt .y-btn-blue.y-btn-s { line-height: 24px!important; padding: 0!important; }
.y-btn-blue { display: inline-block; min-width: 100px; height: 26px; padding: 0 30px 1px; background: #089b42; border: solid 1px #089b42; line-height: 32px; font-size: 14px; color: #fff; text-align: center; outline: none; cursor: pointer; border-radius: 0; }
.y-row { min-width: 1000px; max-width: 1200px; margin-left: auto; margin-right: auto; zoom: 1; }